home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / GMS / Includes / proto / games.h
Encoding:
C/C++ Source or Header  |  1997-03-20  |  208 b   |  9 lines

  1. #ifndef PROTO_GAMES_H
  2. #define PROTO_GAMES_H
  3. #include <exec/types.h>
  4. extern struct GMSBase *GMSBase ;
  5. #include <clib/games_protos.h>
  6. #include <pragmas/games_pragmas.h>
  7. #include <pragmas/games_extras.h>
  8. #endif
  9.